home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3b.dir / 00143_Script_143 < prev    next >
Text File  |  1994-11-28  |  268b  |  15 lines

  1. on exitframe
  2.   go the frame
  3. end
  4.  
  5. on enterframe
  6.   global pnt,lcl,rcl,ucl,dcl
  7.   
  8.   set the cursor of sprite 1 to ucl
  9.   set the cursor of sprite 2 to rcl
  10.   set the cursor of sprite 3 to lcl
  11.   set the cursor of sprite 23 to pnt
  12.   updateStage
  13. end enterframe
  14.  
  15.